Shopping Cart « Security « JSP-Servlet Q&A





1. JSP Shopping Cart    stackoverflow.com

Hello all im making a simple shopping cart in jsp. In my view cart file im running a loop to display the various items currently in cart with option of update ...

2. shopping cart    coderanch.com

3. Items in the Shopping cart    coderanch.com

Hello friends, i using tomcat server.servlet as controller and jsp as view combination. i am working on my college project, that is online shopping cart. The problem is when i add items in the shopping cart and press refresh button of the browser it automatically increase one more item in the shopping cart,that is in jsp page which is not right. ...

4. Enumeration of parameterValues and shopping cart behavior    coderanch.com

I'm seeking some experienced advice on handling the behavior of a shopping cart related to how parameter values are pulled off the request object in an Enumeration. Given a shopping cart form--admire the ASCII art--: Item Qty Book1 1 [ update ] Book2 2 [ update ] [ submit order ] Currently each line item has a form that provides a ...

5. shopping cart problem    coderanch.com

Hi everybody, I"m having fierce problems with my add to cart screen in my shopping cart. I want a customer to be able to buy a product and put it in cart and continue shopping.I"m using just jsp (no classes) here is my code..i dont know if my sql statement is right also to buy a product When the customer buys ...

6. shopping cart prob    coderanch.com

Hi, I'm creating a view shopping cart pg that lets users view what they have added into their cart so far. The steps the user would take are: 1. Click and add item from product catalogue pg generated fr database (shop.jsp) 2. THe above step will bring user to buyItem2.jsp which shows details on the product selected and lets user enter ...

7. trouble with remove item fro shopping cart    coderanch.com

hi.. i'm an amatuer student who just learnt abt JSP.. i was given a project tot do shopping cart.. and it's due soon.. i need help regarding my codes.. i try so many methods but it doesn't work.. there is problem with my remove item.. when i try to remove an item.. it does not remove the item.. can somebody help ...

8. jsp shopping cart problem    coderanch.com

9. Shopping Cart    coderanch.com

I meant a shopping cart which incorporates everything except the actual credit card authentication. I just wondered If I could get a headstart by having the architecture of the project so I could implement every concept that I have learnt so far such as sessions, listeners, filters, custom tags, jstl etc. I really dont know where to start. If someone could ...





10. Any good JSP projects other than shopping cart?    coderanch.com

hi mamta, i am doing a project Online Auctions .if you want to share your views in that or you can urself do that.let me know. i have not yet complete its due on dec8th. i am try to simulate the Yahoo auctions but not all features. you can make it big. i am have problem in designing the database i ...

12. Shopping cart servlet,jsp    coderanch.com

13. shopping cart servlets    coderanch.com

Hello Bear and Nelson, I am new to Servlets so this problem migth be too basic for you but at the moment it IS a problem for me! I am working on a simple shopping cart and have 3 servlets (I have pasted the code below): 1. AddToShoppingCart (has 1 button 'View Items') 2. ReviewShoppingCart (has 2 buttons, 'Add to cart' ...

14. Shopping cart help    coderanch.com

I'm currently working on a school project that deals with shopping cart. I'm not using MVC 2 Model, Cos I don't learn struts and so things are getting complicated. I couldn't seem to add any other items into the cart, other than the ID and the quantity. What should I do if I want to add the rest of the string ...

16. hi, JSP Shopping Cart??    forums.oracle.com